@charset "UTF-8";

@import "icon/iconfont.css";
@import "../../../static/css/animate.css";

a {
    color: #4e4e4e;
}

.main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    clear: bottom;
    overflow: visible;
}
.inner-main {
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    clear: bottom;
    overflow: visible;
}

.flex1 {
    flex: 1;
}

.transition1 {
    transition: all 0.1s;
}
.transition2 {
    transition: all 0.2s;
}
.transition3 {
    transition: all 0.3s;
}
.transition4 {
    transition: all 0.4s;
}
.transition5 {
    transition: all 0.5s;
}
.header {
    height: 118px;
    border-bottom: 1px solid rgba(224, 231, 232, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: transparent;
}
.header .logo {
    margin: 20px 0 16px;
    position: relative;
    z-index: 1;
    width: 255px;
}
.header .logo .logo1, .header .logo .logo2 {
    height: 42px !important;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 20px;
}
.header .logo .logo2 {
    opacity: 1;
}
.header .menu {
    width: 742px;
    border: 1px solid rgba(224, 231, 232, 0.5);
    border-top: 0;
    border-bottom: 0;
    position: relative;
    z-index: 2;
}

.header .lang {
    position: relative;
    z-index: 2;
}
.header .lang .icons {
    padding-left: 15px;
    position: relative;
    z-index: 2;
}
.header .lang .iconfont {
    color: #004b9d;
    font-size: 22px;
}

.header .lang .search-form {
    position: relative;
    z-index: 4;
    height: 45px;
    display: flex;
    align-items: center;
}
.header .lang .search-form input {
    width: 100%;
    background: #f3f3f3;
    box-sizing: border-box;
    border: 0;
    border-radius: 7px;
    padding: 4px 38px 4px 10px;
    line-height: 24px;
    position: relative;
    z-index: 1;
}
.header .lang .search-form button {
    position: absolute;
    z-index: 2;
    right: 2px;
    top: 7px;
    border: 0;
    background: transparent;
    height: 32px;
    cursor: pointer;
}
.header .lang .search-form .iconfont {
    padding: 5px;
}

.header .lang .lang-select {
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    margin: 21px 0;
    border-radius: 7px;
    background: #f3f3f3;
    cursor: pointer;
    z-index: 2;
}
.header .lang .lang-select .span {
    color: #333;
    flex: 1;
    font-size: 12px;
    user-select: none;
}
.header .lang .lang-select .iconfont {
    padding: 0 10px;
    color: #333;
}
.header .lang .lang-select .icon-xiajiantou {
    padding: 10px;
    font-size: 12px;
    transform-origin: center;
    transition: transform 0.25s;
}
.header .lang .lang-select.open .icon-xiajiantou {
    transform: rotateX(180deg);
}

.header .stock-code {
    padding-left: 38px;
}
.header .stock-code a {
    line-height: 44px;
    font-size: 12px;
    color: #fff;
}
.header .layui-nav {
    background-color: transparent;
    margin: 0 20px;
    padding: 0;
    white-space: nowrap;
}
.header .layui-nav .layui-nav-item {
    line-height: 74px;
}
.header .layui-nav .layui-nav-item a {
    color: #fff;
    font-size: 14px;
    padding: 0 18px;
}
.header .layui-nav .layui-this a {
    color: #004b9d;
}
.header .layui-nav .layui-this:after {
    display: none;
}
/*点击后，底部会有一个贯穿的长条*/
.header .layui-nav .layui-nav-bar {
    background-color: #fff;
    z-index: 0;
}

.header .line-r-m {
    position: absolute;
    left: 255px;
    top: 44px;
    width: 10000px;
    background: rgba(224, 231, 232, 0.5);
    height: 1px;
    z-index: 1;
}


/*处理顶部二级菜单*/
.header .layui-nav .layui-nav-item {
    position: static;
    z-index: 1001;
}
.header .layui-nav .layui-nav-more {
    display: none;
}
.header .layui-nav .layui-nav-child {
    display: none !important;
    background: transparent;
    align-items: center;
    margin: 0 auto;
    padding-top: 5px;
    top: 68px;
    right: 0;
    min-width: auto;
    border: 0;
    box-shadow: none;
    animation: none;
    line-height: 74px;
    transition: none;
}
.header .layui-nav .layui-this .layui-nav-child {
    display: flex !important;
}
.header .layui-nav:hover .layui-nav-child {
    display: none !important;
}
.header .layui-nav .layui-nav-item:hover .layui-nav-child {
    display: flex !important;
}
.header .layui-nav .layui-nav-item dd {
    background: transparent;
}
.header .layui-nav .layui-nav-item dd a:after {
    display: none !important;
}

.header .layui-nav .layui-nav-child:after {
    content: "";
    position: absolute;
    left: -10000px;
    right: -10000px;
    bottom: 0;
    height: 0;
    border-bottom: 1px solid rgba(224, 231, 232, 0.5);
    transition: all 0.5s;
}
.header .layui-nav .layui-nav-child a {
    font-size: 14px;
    transition: all 0.3s;
    padding: 0 18px;
}
.header .layui-nav .layui-nav-child a:hover,
.header .layui-nav .layui-nav-child a.cur {
    background: transparent !important;
    color: #004b9d !important;
}

.header-mini .layui-nav .layui-nav-child {
    top: 68px;
}
.header-mini .layui-nav .layui-nav-child:after {
    height: 75px;
    background: #fff;
    border-top: 1px solid rgba(224, 231, 232, 0.5);
    border-bottom: 1px solid rgba(224, 231, 232, 0.5);
}
.header-mini .layui-nav .layui-nav-child a {
    color: #333;
}
.header-mini .layui-nav .layui-nav-child dd {
    z-index: 2;
}

/*语言弹窗*/
.model-lang {
    position: absolute;
    display: none;
    z-index: 1;
    left: 15px;
    right: 0;
    top: 90px;
    background: #fff;
    border-radius: 0 0 7px 7px;
    padding: 30px 10px 20px 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}

.model-lang .lang-list {
    width: 100%;
    text-align: center;
}
.model-lang .lang-list a {
    margin-bottom: 10px;
    line-height: 24px;
    display: block;
}
.model-lang .lang-list a:hover {
    color: #004b9d;
    transition: all 0.3s;
}
.model-lang .lang-list a:last-child {
    margin-bottom: 0;
}

/*搜索弹窗*/
.search-model-box {
    position: absolute;
    display: none;
    z-index: 3;
    left: 15px;
    top: 30px;
    background: #fff;
    border-radius: 0 0 7px 7px;
    padding: 40px 10px 15px 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
}
.search-model-box .title {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 700;
}
.search-model-box a {
    display: block;
    margin-bottom: 10px;
}
.search-model-box a:hover {
    color: #000;
}
.search-model-box a:last-child {
    margin-bottom: 0;
}
.search-model-box .t1 {
    font-size: 12px;
}
.search-model-box .t2 {
    font-size: 12px;
    color: #004b9d;
}
.search-model-box .t1:hover {
    text-decoration: underline;
}


.body {
    position: relative;
    z-index: 1;
    min-height: 500px;
}

.banner {
    background: #004b9d;
    position: relative;
    height: calc(100vh - 258px);
    min-height: 580px;
}
.banner .poster {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}
.banner .videoBox:after {
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.5;
}

.banner .video-js {
    width: 100%;
    height: calc(100vh - 258px);
    min-height: 580px;
}

.banner .vjs-tech {
    object-fit: cover;
}
.banner .poster {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.banner .swiper-wrapper .item {
    background: center no-repeat;
    background-size: cover;
}

.tips {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -120px;
    width: 1000px;
    z-index: 6;
    text-align: center;
}
.tips .swiper-slide {
    background: transparent !important;
    box-shadow: none !important;
}
.tips p {
    margin-bottom: 20px;
}

/*按钮*/
.index-btn {
    line-height: 48px;
    border: 1px solid #fff;
    padding: 0 8px 0 32px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.index-btn .btn-txt {
    position: relative;
    color: #fff;
    z-index: 2;
    display: block;
    align-items: center;
    overflow: hidden;
}
.index-btn .btn-txt span {
    display: inline-block;
    float: left;
}
.index-btn .btn-txt i {
    width: 48px;
    height: 48px;
    display: block;
    font-size: 23px;
    color: #fff;
    float: left;
}
.index-btn:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.5s;
}
.index-btn:hover .btn-txt {
    color: #4e4e4e;
}
.index-btn:hover .btn-txt i {
    color: #4e4e4e;
}
.index-btn:hover:after {
    background: #fff;
    color: #4e4e4e;
    left: 0;
}

.index-btn-black {
    border-color: #4e4e4e;
}
.index-btn-black .btn-txt {
    color: #4e4e4e;
    border-color: #4e4e4e;
}
.index-btn-black .btn-txt i {
    color: #4e4e4e;
}
.index-btn-black:after {
    color: #4e4e4e;
}
.index-btn-black:hover .btn-txt {
    color: #fff;
}
.index-btn-black:hover .btn-txt i {
    color: #fff;
}
.index-btn-black:hover:after {
    background: #4e4e4e;
    color: #fff;
    left: 0;
}

.btn-j-reverse {
    padding: 0 32px 0 8px;
}
.btn-j-reverse .btn-txt i {
    transform: rotateY(180deg);
}
.btn-j-reverse:after {
    left: 100%;
}


/*事业领域*/
.group-field {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -600px;
    width: 1200px;
    background: #004b9d;
    overflow: hidden;
    z-index: 5;
}
.group-field .item {
    width: 300px;
    height: 350px;
    float: left;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.group-field .item:last-child {
    margin-right: 0;
}
.group-field .item .bg {
    width: 300px;
    height: 130px;
    background: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.group-field .item .text {
    height: 210px;
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 130px;
    overflow: hidden;
    background: #0159b9;
    text-align: center;
}
.group-field .item:nth-child(1) .text {
    background: #0159b9;
}
.group-field .item:nth-child(2) .text {
    background: #d53422;
}
.group-field .item:nth-child(3) .text {
    background: #2d804d;
}
.group-field .item:nth-child(4) .text {
    background: #843e2a;
}
.group-field .t1 {
    font-size: 12px;
    height: 50px;
    line-height: 20px;
    box-sizing: border-box;
    white-space: nowrap;
}
.group-field .lgo {
    width: 100%;
    height: 90px;
    background: center no-repeat; /*transform: scale(0.8);transform-origin: center;*/
}
.group-field .item:hover .bg {
    transform: scale(1.1);
}


.blue-field {
    background: #004b9d;
    padding: 160px 0 20px;
    box-sizing: border-box;
}
.news-field {
    position: absolute;
    bottom: 385px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    z-index: 3;
}
.news-field .swiper-container {
    width: 1210px;
    overflow: hidden;
}
.news-field .item {
    color: #fff;
    display: flex;
    align-items: center;
    height: 24px;
}
.news-field .item .tag {
    transform: skewX(-15deg);
    width: 50px;
    height: 21px;
    background: #0159b9;
    font-size: 12px;
    text-align: center;
    display: inline-flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
}
.news-field .item a {
    color: #fff;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-field .item .time {
    font-size: 12px;
    font-weight: 700;
}
.news-field .item .sp {
    font-size: 12px;
    margin: 0 10px;
}
.news-field .item a:hover {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}


.footer {
    border-top: 1px solid #e0e7e8;
    background: #fff;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.footer .main {
    display: flex;
    align-items: flex-start;
}
.footer .logo {
    width: 255px;
    height: 200px;
    padding-top: 16px;
    color: #4e4e4e;
    line-height: 1.4;
}
.footer .logo .copyright {
    font-size: 10px;
    margin: 10px 0 5px;
    transform: scale(0.85);
    transform-origin: 0 0;
}
.footer .logo .icp {
    font-size: 12px;
    transform: scale(0.85);
    transform-origin: 0 0;
}
.footer .menu {
    flex: 1;
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
    padding-bottom: 40px;
}
.footer .menu .tit {
    padding-left: 28px;
    border-bottom: 1px solid #e0e7e8;
}
.footer .menu .tit a {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 76px;
    width: 14%;
}
.footer .menu .list {
    margin: 30px 0 0 28px;
}
.footer .menu .list .item {
    width: 14%;
    min-height: 1px;
}
.footer .menu .list a {
    font-size: 12px;
    color: #4e4e4e;
    line-height: 22px;
    display: block;
    transition: all 0.5s;
}
.footer .menu .list a:hover {
    color: #004b9d;
}
.footer .menu .codes {
    padding: 40px 77px 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer .icon {
    position: relative;
    overflow: visible;
    padding-left: 15px;
}
.footer .icon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100vw;
    height: 1px;
    background: #e0e7e8;
}
.footer .icon .i {
    padding: 0 15px;
    float: left;
    height: 76px;
    line-height: 76px;
    cursor: pointer;
}
.footer .icon .i:hover .urls{
    top: 60px;
    opacity: 1;
    pointer-events: auto;
}
.footer .icon .urls{
    position: absolute;
    left: 20px;
    top: 50px;
    z-index: 2;
    width: 100px;
    background: #fff;
    line-height: 1.4;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 2px;
}
.footer .icon .url {
    padding: 8px 10px;
    border-bottom: 1px solid #e0e7e8;
}
.footer .icon .url:last-child{
    border:0;
}

.footer .icon .iconfont {
    font-size: 22px;
    color: #4e4e4e;
}
.footer .icon .icon-youxiang {
    font-size: 20px;
}
.footer .icon .icon-weixin-oa {
    font-size: 24px;
}
.footer .icon .iconfont:hover {
    color: #004b9d;
}

.footer-generalize {
}
.footer-generalize .item {
    height: 210px;
    background: center no-repeat transparent;
    background-size: cover;
    position: relative;
}
.footer-generalize .index-btn {
    position: absolute;
    top: 80px;
    left: 211px;
    z-index: 10;
}
.footer-generalize .btn-j-reverse {
    right: 211px;
    left: auto;
}

.footer-generalize .item .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
}
.footer-generalize .item .cover-blue {
    background: #004b9d;
}
.footer-generalize .item .cover-black {
    background: #000;
}

/*版本*/
.version {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    margin-top: -300px;
}
.version a {
    display: block;
    background: #aaa;
    color: #fff;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    transition: all 0.3s;
}
.version a:hover {
    background: #888;
}
.version a.cur {
    background: #444;
    color: #fff;
}

.browserupgrade {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    background: #bd2c00;
    color: #fff;
    z-index: 2000;
}